xcCaption Property Help Version 1
xcCaption Main Menu | |
Worldwide Productions Inc. |
|
Data Type: | String |
Description: | Return or Set the text for the caption control |
Example: | object.xcCaption = "My Caption" |
Data Type: | Font Object |
Description: | Return or Set the font that the caption control uses. |
Example: | object.xcFont = "MS Sans Serif" |
Data Type: | Integer |
Description: | Return or Set the caption justification to LEFT, CENTRE, RIGHT alignment |
Example: | object.xcJustify = 0 or Left |
Data Type: | Long Integer or OLE_COLOR |
Description: | Return or Set the shadow color for the caption. |
Example: | object.xcShadowColor = RGB(0,0,0) |
Data Type: | Boolean |
Description: | Return or Set whether or not the shadow is visible |
Example: | object.xcEnabled = True |
Data Type: | Integer |
Description: | Return or Set the shadow X - offset in pixels |
Example: | object.xcShadowX = 1 |
Data Type: | Integer |
Description: | Return or Set the shadow Y - offset in pixels |
Example: | object.xcShadowY = 1 |
Data Type: | Long Integer or OLE_COLOR |
Description: | Return or Set the color of the foreground text. |
Example: | object.xcTextColor = RGB(0,255,0) |